Home | All Classes | Grouped Classes | Index | Search

CL_IPAddress::operator <

Returns true if the other address is less.

	bool operator < (
		const CL_IPAddress& other_instance);

Detailed description:

This is used for sorting purposes (eg. if you use a std::map), and sorts the address based on lowest IP number address.

See also:

CL_IPAddress | CL_Socket



Questions or comments, write to the ClanLib mailing list.